home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / ArchiveUtils / tar / next / backup-specs-floppy-1 < prev    next >
Encoding:
Text File  |  1992-12-20  |  1.8 KB  |  49 lines

  1. # site-specific parameters for file system backup.
  2.  
  3. # User name of administrator of backups.
  4. ADMINISTRATOR=pierce
  5.  
  6. # Hour at which backups are normally done.
  7. # This should be a number from 0 to 23.
  8. BACKUP_HOUR=1
  9.  
  10. # Device to use for dumping.  It should be on the host
  11. # on which the dump scripts are run.
  12. FD_FILE=/IncBackup
  13.  
  14.  
  15. # Blocking factor to use for writing the dump.
  16. BLOCKING=20
  17.  
  18. # Largest size in KB that a file can be on the floppy disk.
  19. # This should be at least 10 smaller than the number shown in
  20. # a df of the disk after it has been initialized.
  21. FD_SIZE=2600
  22.  
  23. # List of file systems to be dumped.
  24. # Actually, any directory may be used,
  25. # but if it has subdirectories on other file systems,
  26. # they are not included.
  27.  
  28. # The host name specifies which host to run tar on.
  29. # It should normally be the host that actually has the file system.
  30. # If GNU tar is not installed on that machine,
  31. # then you can specify some other host which can access
  32. # the file system through NFS.
  33. # Although these are arranged one per line, that is not mandatory.
  34. # It does not work to use # for comments within the string.
  35. BACKUP_DIRS=
  36. # cantrell:/pierce
  37. #        cantrell:/usr/local
  38. #        cantrell:/usr/man/manl
  39. #        cantrell:/private
  40. #        cantrell:/NextApps/Mathematica.app      
  41. #        cantrell:/NextLibrary/Documentation/NextDev
  42. #        cantrell:/LocalLibrary
  43. #        cantrell:/LocalApps"
  44.  
  45. # List of individual files to be dumped.
  46. # These should be accesible from the machine on which the dump is run.
  47. BACKUP_FILES="/pierce /usr/local /usr/man/manl /private/etc  /private/spool/lpd /NextApps/Mathematica.app /NextLibrary/Documentation/NextDev/NextStep /NextLibrary/Documentation/NextDev/SndMusicDSP /NextLibrary/TeX/tex /LocalLibrary/NeXTanswers /LocalApps /backup /usr/lib/tex/inputs"
  48.  
  49.